google.golang.org/grpc/internal/transport.http2Client.goAway (field)
6 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L82: goAway chan struct{}
http2_client.go#L330: goAway: make(chan struct{}),
http2_client.go#L840: case <-t.goAway:
http2_client.go#L1289: case <-t.goAway: // t.goAway has been closed (i.e.,multiple GoAways).
http2_client.go#L1298: close(t.goAway)
http2_client.go#L1742: return t.goAway
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)